home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
sendmail
/
sendmail.cf
/
awk
/
awk.mail.uucp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-12-10
|
96 b
|
8 lines
BEGIN { host = "" }
/^[^# ]/ {
if ($1 != host) {
host = $1
printf("%s\n", host);
}
}